home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / DuchessLuynes.dxr / playing cards_59.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  125 b   |  9 lines

  1. global tableau, foundation, points, win
  2.  
  3. on prepareFrame me
  4.   tableau = [:]
  5.   foundation = [:]
  6.   points = 0
  7.   win = "no"
  8. end
  9.